home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vim_src.zip / EDIT.PRO < prev    next >
Text File  |  1993-01-12  |  389b  |  12 lines

  1. /* edit.c */
  2. void edit __PARMS((long count));
  3. int get_literal __PARMS((int *nextc));
  4. void insertchar __PARMS((unsigned int c));
  5. int oneright __PARMS((void));
  6. int oneleft __PARMS((void));
  7. void beginline __PARMS((int flag));
  8. int oneup __PARMS((long n));
  9. int onedown __PARMS((long n));
  10. int onepage __PARMS((int dir, long count));
  11. void stuff_inserted __PARMS((int c, long count, int no_esc));
  12.